-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: generate type definitions #30
Conversation
This pull request introduces 1 alert when merging 4176267 into 6aed648 - view on LGTM.com new alerts:
|
Co-authored-by: Mikalai Ziuz <haradzienski@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #30 +/- ##
==========================================
Coverage ? 93.39%
==========================================
Files ? 2
Lines ? 106
Branches ? 12
==========================================
Hits ? 99
Misses ? 7
Partials ? 0 Continue to review full report at Codecov.
|
🎉 This PR is included in version 2.0.0-alpha.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds support for type definitions as well as runtypes.
Fixes #28
This is a work in progress. It currently generates types and runtypes with the same names. This is allowed I think, but probably not what most people want.
More discussion on #28